Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I use VS2010 to built Application based on WCF Service, to be hosted on IIS 7.0.(OS WS2008R2)
After some small changes in global.asax start debugging. Can not make event Application_Start
fire. Any suugestions?
Posted
Updated 11-May-20 10:35am

1 solution

If you hosted ur wcf app in IIS:
Attach your VS to w3wp.exe process
keep a break point in Application_Start()
Now stop the website, (not the app pool) from inetmgr
Now Start the website and check if it works. It worked for me.
 
Share this answer
 

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