Click here to Skip to main content
15,881,938 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi Experts

I'm using vs2008. While executing the project it will display the error like:

UNABLE TO CONNECT DEVELOPMENT SERVER

every thing is working fine.Even though not solved,when i create the project using local iis it will work well,but using file system it will not execute and display the error will be webdev.webserver.exe-application error statement like application failed to initialize properly.click to terminate the program .if press OK button then display message box unable to connect development server
Posted
Updated 10-Nov-10 18:05pm
v5
Comments
aayu 9-Nov-10 1:53am    
can't able to understand your question. what you want?
chandrashekhar racharla 9-Nov-10 1:59am    
while executing the project it will display error
aayu 9-Nov-10 2:02am    
it will OR
your are trying to say it is displaying error?
chandrashekhar racharla 9-Nov-10 2:05am    
yes

Make sure you have install .net framework 3.5 properly.


if you don't have framework.Net 3.5 installed - just go START button on your computer and click WINDOWS UPDATE. It will search for all the available updates including optional and it will show you Framework.Net 3.5 SP1 to install or go directly to microsoft.com and search for framework.net 3.5 sp1. Once you install it your problem will be solved.


check for IIS server if its registered then use aspnet_regiis -i to register .NET to IIS Server.


go through this link

http://stackoverflow.com/questions/515354/vs-2008-unable-to-connect-to-the-asp-net-development-[^]



Hope this will be helpful to you :) :thumbsup:
 
Share this answer
 
v5
Comments
chandrashekhar racharla 9-Nov-10 2:05am    
yes
This[^] may be useful to you.
 
Share this answer
 
Comments
aayu 9-Nov-10 2:16am    
good link Abhinav
Go to project properties by right click on the project name present in solution explorer

and make sure that it not using iis server.
if you dont have the iis install then make VS2008 run from default development server
 
Share this answer
 
Comments
chandrashekhar racharla 10-Nov-10 23:59pm    
every thing is working fine.Even though not solved,when i create the project using loclal iis it will work well,but using file system not execute error will be webdev.webserver.exe-application error statement like application failed to intialize properly.click to terminate the programme.if press ok button then display message box unable to connect development server

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900