What are the proper permissions for an upload folder with IIS (winserver 20 03)
I am developing a web application using ASP.NET, VS 2008, C#. The iuser can upload files and create folders to the virtual directory: Upl | | 0 | 6 | 11/29/2009 4:28:41 AM |
Cannot Log In to Site from Internet, Can from Intranet...(probably somethin g simple)
I am working on a non-profit (cannot disclose) website. We already have the site hosted and I am supposed to give some of the client access to the site while under construction. I added | | 0 | 19 | 11/28/2009 11:55:35 PM |
How to run exe from web application running without IIS ?
How to run exe from web application running using VS 2005 buit in web server (Not IIS) i m not able to run the exe & it does not give me the output needed.. But when i run it in m | | 0 | 10 | 11/27/2009 11:08:59 PM |
Web Application Error 500.19 with IIS7.5 and ASP.NET v2
This is driving the whole team crazy. There must be some simple
mis-configured part of IIS or our Web Server, but every time we try to
run out ASP.NET Web Application on IIS 7.5 we get the foll | | 0 | 5 | 11/27/2009 11:08:56 PM |
how can we create dll from code in web application
Hello All,
I have some coding in my App_Code folder which is dependent to each other, I just want to create dll of one code page so I can deploy it on main server, how can | | 0 | 21 | 11/27/2009 10:55:10 AM |
Problem in Inserting Data in Excel after Publish
Hi, I created an Application using ASP.net with C# , OLEDB provider which can connect either of the 3 databases (Excel/Access/SQL Server).
Now i am
| | 0 | 5 | 11/27/2009 9:22:55 AM |
404 - File or directory not found
Hi,
I am using SQL server reporting services for one of our projects.
| 0 | 8 | 11/27/2009 9:22:52 AM |
Question about IIS Static Compression
I just enabled it on my web application and it appears to be working fine. It is compressing and caching css, js, html, etc. files. My question is does compression impact the ability of client br | | 0 | 16 | 11/26/2009 6:36:00 PM |
IIS 6-7 deployment issues
Hi all, I have developed a website but have got to the point of pulling my hair out about getting it deployed on the hosting servers. Your help, as always, would be very grately appreciated | | 0 | 9 | 11/26/2009 4:59:28 PM |
System.MissingMethodException: Method not found
I have Web application & Web site setup project & creating folder level DLLs. Now in one of the business layers, I have a .vb file which contains a function in which I added an opti | | 0 | 3 | 11/26/2009 4:59:27 PM |
compiler failed with error code 1.
i am now frequently getting complier error vertime i execute the application
when i get this error i stop the application
| 0 | 9 | 11/26/2009 4:59:26 PM |
NEED HELP
Hey Guys; i need some help quickly. I have been working on a website for a company and it is in asp.net 2.0.
I had the web hosting company switch us from a linux server to a windows | | 0 | 9 | 11/26/2009 5:06:10 AM |
Passing Configuration info to Class Library Project
Hey guys.
I've built a Class Library containing common functions and routines that I plan on reusing in a bunch of projects in the future.
I need to someho | | 0 | 5 | 11/26/2009 5:06:09 AM |
ClickOnce Deployment question
Hi, I'm developing an asp.net solution, but one of its projects is a c# project that I want to install on the client's PC, so what I want to do is use clickonce to deploy this project in | | 0 | 20 | 11/25/2009 9:32:22 PM |
Secure a web page via using mdb database
Hi there ! I need to secure a web page and I need to use mdb database for this. I did secure web site but with mdf. It works localy but not on server because of my hosting account. Await yo | | 0 | 6 | 11/25/2009 2:53:38 PM |
Default error page appears when accessing my web
Hi everyone. I published part of the website and host it in a 2003 server with ISS 6.0. I gave it permission to read and execute commands. I also set Asp.Net Version to 2.0 When tryin | | 0 | 14 | 11/25/2009 1:27:47 PM |
Hosting in FTP server - DB path not valid
Hi,
I am trying to host my web application in our FTP server. I was not able to connect to the database (I am using Ms-Access 2003).
I got the message "E:we | | 0 | 10 | 11/25/2009 6:13:04 AM |
fileupload to remote server
Hi, everybody I used web app to upload file to remote server , when i use asp.net control FileUpload.SaveAs() funtion, it is fine, working but I want to use FtpWebRe | | 0 | 7 | 11/25/2009 3:45:51 AM |
smtp.send giving an error message "Error sending email, General Failur e". Please help!!
Hi I am trying send an email on button click event in my aspx page and I am getting an exception "Error sending email, General Failure". Not sure what the issue is. Ia m here | | 0 | 14 | 11/25/2009 2:24:30 AM |
The element 'buildProviders' cannot be defined below the application level.
Hi!
I have the following structure localhost/website1/website2.
I have set up virtual directories for both website1 and website2. I set up them as applications but I still have th | | 0 | 10 | 11/24/2009 11:48:37 PM |
buildProviders on the subsite level web.config
I have the structure like following localhost/Website1/Website2 .
I have set up virtual directory for Website2 and application name (Website2) in IIS
I have web.config in W | | 0 | 10 | 11/24/2009 11:20:31 PM |
File types
Hi, I have configured a folder on my web site to force users to a login page using "<deny user | | 0 | 7 | 11/24/2009 8:25:20 PM |
web.config of subdirectory
Hi,
is there any way to prevent the <configsection> of web.config file of the sub directory to be inherited from the parent web.config. I have used both <clear> and | | 0 | 5 | 11/24/2009 8:25:20 PM |
Help needed: getting exception from web.config
Hi,
We have a website hosted on 4 servers in a load balanced environment and we are getting Unknown error (0x80005000) in web.config from just one of these servers. Though it's t | | 0 | 5 | 11/24/2009 8:25:19 PM |
About Compilation Error and Development Server
Hello Everyone,
1. I have created a project in asp.net 2005. At compilation, Build is succeeded but it gives me following warning message.
C:\WINDOWS\Microsof | | 0 | 4 | 11/24/2009 4:56:53 PM |
Hosting in Localhost
Hi, i have my application written in .net 3.5, My IIS is of version 5.1. When i tried to host my application in IIS(5.1) by creating a virtual directory and specifying the path of the a | | 0 | 8 | 11/24/2009 1:41:22 PM |
help needed urgently!
Hi guys! I'm a student and i'm creating a survey for my project.However,when i tried to view the data from the survey in the site itself.It produce this error:
< | | 0 | 6 | 11/24/2009 1:41:21 PM |
help me
I have created my webapplication in vs2008 3.5 and it works fine but when i host on any doamin it show assembly not found when i remove ajax from my pages it work fine for those page | | 0 | 10 | 11/24/2009 1:41:20 PM |
Image Redirecting
Hi, I have prepared an image in my site and other wibsites used this image to introduce me. After 2 years, number of these sites is grown and my website Bandwidth usage is very high. | | 0 | 10 | 11/24/2009 9:51:50 AM |
how to upload asp.net site in httpdocs folder? Its showing me error for dll and classes
Hello Friend,
My FTP Folder Structure is
1. cert 2. db 3. httpdocs 4. httpsdocs 5 logs 6. mail
After uploading ASP.NET(3.5) w | | 0 | 7 | 11/24/2009 9:51:50 AM |
web.config error
Hi All,
I am getting following error when I try to access any web page uploaded on production server.
I m using database caching in my application.
< | | 0 | 10 | 11/24/2009 7:45:00 AM |
2 web.config error
Im having 2 web.config one in root folder and other one is in admin folder,connection string
is located in outer web.config.My application is running well at local system,but at online when i lo | | 0 | 6 | 11/24/2009 7:44:59 AM |
Need urgent help for deployment
Hi! I uploaded all the necessary files to my domain. It is already accessible, but whenever I type the url of the domain, I can not access it. :( Here is the scenario: I | | 0 | 7 | 11/24/2009 7:44:57 AM |
What happens when a web solution is compiled?
I am new to programming in VisualStudio. I just want to know what happens when the solution is compiled, what happens inside the BIN folder.
How does IIS find and parse the pages req | | 0 | 11 | 11/24/2009 5:40:30 AM |
2 web.config error
Im having 2 web.config one in root folder and other one is in admin folder,connection string is located in outer web.config.My application is running well at local system,but at online whe | | 0 | 11 | 11/24/2009 5:40:29 AM |
Is it possible to use DataSet TableAdapter with Encrypted ConnectionString?
Hello, As the topic said. Is it possible, if I encrypt the ConnectionString with RSAProtectedConfigurationProvider or DataProtectionConfigurationProvider. The TableAdapter will automaticall | | 0 | 8 | 11/24/2009 3:49:30 AM |
DataBinding: 'System.Data.Common.DataRecordInternal' does not contain a pro perty with the name
ASP.Net 3.5, Dedicated Server with very low resource usage, Windows 2003 Standard Had this problem with both SQL 2005 express and SQL 2008 express. SQL Server and ASP.Net on same syst | | 0 | 7 | 11/24/2009 1:53:51 AM |
Error "The name 'strConn' does not exist in the current context"
hi,
this question probably has been asked more than one time, but i did not find the answer in this forum...
problem is: i am getting | | 0 | 7 | 11/23/2009 11:16:56 PM |
renew of certificate for publishing windows application
Hi,
I am not able to renew the certificate for publishing my application.
What steps are to be done?I am using win 7.Earlier while using vista I was able to renew it ,bu | | 0 | 9 | 11/23/2009 10:34:43 PM |
slow load of application
I built a web application that uses Ajax. I follow every step to optimize performance (combine scripts, use different hosts to load images, Cache database queries, cache user controls, etc.). It | | 0 | 10 | 11/23/2009 8:21:10 PM |
Could not load file or assembly 'Microsoft.SharePoint'
I have developed a simple ASP.NET Web application in Visual Studio 2008 and deployed it on IIS 6.0 by creating a virtual directory.
When I try to open the webpage (using the | 0 | 10 | 11/23/2009 8:21:09 PM |
Moving web app from one machine to another
Hi I had a pc where the project was a File type web app in a folder: e:\websites\mywebroot\mywebapp\ my new pc the folder has to be c:\websites\mywebroot\mywebapp\ in the mywebapp fol | | 0 | 8 | 11/23/2009 6:43:17 PM |
Uploading (copying) Database files to Server
I just can't seem to get past an error, "Server Error in '/' Application error " . Everything checks out find on the production computer. I | | 0 | 9 | 11/23/2009 5:51:31 PM |
Sub Domain Question
Hi all,
Sorry for the really noob question, with a sub domain - is it a seperate domain or is it the same domain ??
So for example I have www.widget.com for the UK | | 0 | 6 | 11/23/2009 3:01:55 PM |
binary searched in GAC, not in bin folder
I have a web application which uses private assemblies installed in the bin folder of the web application. This works fine on our server, a windows 2008 machine with IIS 7.0 installed. < | | 0 | 11 | 11/23/2009 12:16:26 PM |
IIS 6.0 sp2 HTTP Error 403.1
Hi,
I configured a virtual directory on windows server 2003 standard sp2. I can browse that site locally but when I try to browse that site from a different pc, on which xp sp2 | | 0 | 6 | 11/23/2009 12:16:25 PM |
Deployement
Hi all i have a doubt i have deployed my test application in my server and i can access it with url (http://ip_pagename) but how do i get a ur | | 0 | 7 | 11/23/2009 12:16:24 PM |
Should I keep xml files in the Bin folder?
I'm reading a tutorial on reading and writing to/from an xml file. They say to put the file in the bin directory for this tutorial. I'm wondering where I should keep some of t | | 0 | 26 | 11/23/2009 8:41:40 AM |
extracting dll file
Hello,
I'm currently supporting a web application which has been built in .net using visual basic as the programming language. I only have access to the .aspx pages, I believe t | | 0 | 6 | 11/23/2009 8:41:38 AM |
Website Deployement
Hi all i have a big doubt i have deployed a project i want to know how do i restrict the no of users who access my application.moreover url for accessing my project is http:ip/page name&nbs | | 0 | 6 | 11/23/2009 8:41:36 AM |