Using Web Forms and MVC Together in a Web Server
Hi Wrox!
I'm trying to use the hybrid web applications in my web server, but I'm having problems.
The first page of my web application, the default page declared in Global.asax file, works ok in my web server. When I click a link to go to another page of my application, it appears a wrong message with 'Page doesn't found' message.
In localhost it works fine.
Do you have any idea about what can be happening? :S
Thanks in advance!
|