Asp .net problem
-
Dear colleagues I am a legacy developer came newly to the .Net platform. I have problems when I try to start my ASP .NET site i take a very huge error that tells me that i can not debug because the application is not found on this server. I use c# with vs2005 on windows xp + sp2 i try almost everything i found in Google but nothing happen. If you can not help me with that please tell me how to make the starter kit for VS to work with MYSQl so i can use it for my purpose because it is the only thing that works for me. Thanks for the help.
-
Dear colleagues I am a legacy developer came newly to the .Net platform. I have problems when I try to start my ASP .NET site i take a very huge error that tells me that i can not debug because the application is not found on this server. I use c# with vs2005 on windows xp + sp2 i try almost everything i found in Google but nothing happen. If you can not help me with that please tell me how to make the starter kit for VS to work with MYSQl so i can use it for my purpose because it is the only thing that works for me. Thanks for the help.
Copy your project in the wwwroot directory. then go to internet service manager section in administrative tools (control panel).and make a virtual directory of the project by right-clicking on the "default web site" option. make the virtual directory and your project will be ready for debugging.
-
Copy your project in the wwwroot directory. then go to internet service manager section in administrative tools (control panel).and make a virtual directory of the project by right-clicking on the "default web site" option. make the virtual directory and your project will be ready for debugging.
-
Have you configured the correct Application name - from site properties, look for the name, and if there isn't one (or it's the default), click Create, and all should be gravy....note also that you may need to set a default document, or specify the FULL path to the page (not just to the app!!), ie. usually use http://localhost/myWeb, then would need to use http://localhost/myweb/MyNonStandardStartPageName.aspx "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox