srs2001 Posted September 2, 2005 Posted September 2, 2005 Hi, hopefully a v-simple question, im just getting started and trying to create a new asp.net web application in visual studio 2003, my problem is that my IIS webserver is not on the local machine, so when I create a new project http://localhost/webapplication1 I obviously get the no web server detected error. What should I chance my project file name to? I've tried http://**servername**/webapplication1 and a few other things like that with no luck. Anyhelp would be much appriciated. Thanks Quote
Administrators PlausiblyDamp Posted September 3, 2005 Administrators Posted September 3, 2005 Does the remote server have IIS and the .Net framework installed? IIRC it will also require Front Page extensions installed. Also you will need to have the required permissions to create and debug projects on the remote server as well. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.