I am having a problem getting NerdDinner to run on my local machine, it works fine when run from within Visual Studio
but not when I try to deploy it to IIS. Here's what I am trying:
I have Windows Vista, Visual Studio 2008 SP1 with ASP.NET MVC 1.0, and IIS 7.0
1) Downloaded full source code from http://nerddinner.codeplex.com/
2) Opened solution in Visual Studio, ran it with ctrl-F5 , it works fine.
3) Right-clicked project and selected Publish. Set target location to c:\development\test\nerddinner
4) In IIS Manager - Added new application Alias=NerdDinner , Physical path=c:\development\test\nerddinner
5) Browsed to http://localhost/nerddinner , The home page opens but none of it works, eg. all the ajax stuff, like
the map, is missing, the database connection doesn't work, the image on the About page is missing. Having looked at
the HTML source it looks like all the relative URL's of the javascript,images,etc are wrong.
Can anyone tell me where I'm going wrong?
I am having a problem getting NerdDinner to run on my local machine, it works fine when run from within Visual Studio but not when I try to deploy it to IIS. Here's what I am trying:
I have Windows Vista, Visual Studio 2008 SP1 with ASP.NET MVC 1.0, and IIS 7.0
- Downloaded full source code from http://nerddinner.codeplex.com/
- Opened solution in Visual Studio, ran it with ctrl-F5 , it works fine.
- Right-clicked project and selected Publish. Set target location to c:\development\test\nerddinner
- In IIS Manager - Added new application Alias=NerdDinner , Physical path=c:\development\test\nerddinner
- Browsed to http://localhost/nerddinner , The home page opens but none of it works, eg. all the ajax stuff, like the map, is missing, the database connection doesn't work, the image on the About page is missing. Having looked at the HTML source it looks like all the relative URL's of the javascript,images,etc are wrong.
Can anyone tell me where I'm going wrong?
Thanks.