Last post Sep 03, 2015 07:57 AM by francissvk
Member
26 Points
67 Posts
Sep 03, 2015 07:37 AM|agailevictor|LINK
Hi all,
im trying to deploy a web application ( 3 tier application not mvc) in my local iis.
Here is the configuration.
iis 10.0
window 10
visual studio is 2013
but im getting an error.
What i'm doing is ,
i created a virtual directory and placed the whole project in inetpub/wwwroot
then i tried to browse the virtual directory
then im getting error
here is the error -
Im stuck in here please help.
Web C asp.net iis
All-Star
28988 Points
7251 Posts
Sep 03, 2015 07:50 AM|Rajneesh Verma|LINK
agailevictor Im stuck in here please help.
Follow the steps as in below post:
http://www.c-sharpcorner.com/UploadFile/2b481f/how-to-host-Asp-Net-web-api-on-iis-server/
Contributor
5072 Points
1661 Posts
Sep 03, 2015 07:57 AM|francissvk|LINK
Since yours is MVC application, instead of selecting "Browse", type the url directly in the browser itself like:
http://localhost/mvcdemo/Home/Index
http://localhost/mvcdemo/ - This is your virtual directory
Home/Index - This is your Controller/Action method.
This is how you need to browse. I have followed your way in my local machine too, i got the same error too. Hope this helps!
Member
26 Points
67 Posts
Deploy web application locally
Sep 03, 2015 07:37 AM|agailevictor|LINK
Hi all,
im trying to deploy a web application ( 3 tier application not mvc) in my local iis.
Here is the configuration.
iis 10.0
window 10
visual studio is 2013
but im getting an error.
What i'm doing is ,
i created a virtual directory and placed the whole project in inetpub/wwwroot
then i tried to browse the virtual directory
then im getting error
here is the error -
HTTP Error 404.3 - Not Found
Im stuck in here please help.
Web C asp.net iis
All-Star
28988 Points
7251 Posts
Re: Deploy web application locally
Sep 03, 2015 07:50 AM|Rajneesh Verma|LINK
Follow the steps as in below post:
http://www.c-sharpcorner.com/UploadFile/2b481f/how-to-host-Asp-Net-web-api-on-iis-server/
Web C asp.net iis
www.rajneeshverma.com
Contributor
5072 Points
1661 Posts
Re: Deploy web application locally
Sep 03, 2015 07:57 AM|francissvk|LINK
Since yours is MVC application, instead of selecting "Browse", type the url directly in the browser itself like:
http://localhost/mvcdemo/ - This is your virtual directory
Home/Index - This is your Controller/Action method.
This is how you need to browse. I have followed your way in my local machine too, i got the same error too. Hope this helps!
Web C asp.net iis