Dear all,
I intend to use MS Visual Studio .NET to implement an ASP.NET Web Application. I have created an ASP.NET Web Application project in my local web server’s directory without problems. I can also open a simple ASP.NET file using:
http://localhost/geoconda/WebForm1.aspx
I have tried to copy everything that I develop locally to the web server. (I have just copied the project-folder into the root directory of the webserver. Unfortunately, when I try something like:
www.whereever.com/project-folder/WebForm1.aspx
it doesn’t work.
What might be the error? I guess I cannot just copy the project’s folder like this?
BTW, is it possible to develop an ASP.NET Web Application directly in the web server’s root directory, even though this root directory is only mapped into the (local) file system (I am using WebDrive)?
Any pointers would be very much appreciated. Many thanks in advance.
Best wishes,
Christian