deployment - Deploy asp.net mvc web application on IIS 6 -
i have develop asp.net mvc 2 web application. want deploy published version on server (local office server). has been set windows 2003 server , iis 6.0 version.
i went through this link , followed option 1) unfortunately not succeed. other option seems impossible me now.
what have here? please guide me.
- open iis manager
- right click on “web sites” folder
- hit new -> web site…
- in wizard hit next
- add description, hit next
- assign ip, port , host header, hit next
- enter/browse path website deployment folder, hit next
- select read, run scripts , write, hit next, hit finish
- right click newly added website, hit properties
- in properties window go “home directory” tab
- click “configuration…” button
- in popup window on “mappings” tab locate .aspx extension in “application extensions” grid, select , hit “edit…” button (this copy location of aspx mapping)
- in edit window copy executable path, hit cancel
- back in application configuration screen hit “insert…” button
- paste executable path
- uncheck “verify file exists”, hit ok
- hit ok in application configuration window
- back in properties window go asp.net tab
- in “asp.net version” dropdown select 4.0.xxxxx, hit apply
Comments
Post a Comment