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.

  1. open iis manager
  2. right click on “web sites” folder
  3. hit new -> web site…
  4. in wizard hit next
  5. add description, hit next
  6. assign ip, port , host header, hit next
  7. enter/browse path website deployment folder, hit next
  8. select read, run scripts , write, hit next, hit finish
  9. right click newly added website, hit properties
  10. in properties window go “home directory” tab
  11. click “configuration…” button
  12. in popup window on “mappings” tab locate .aspx extension in “application extensions” grid, select , hit “edit…” button (this copy location of aspx mapping)
  13. in edit window copy executable path, hit cancel
  14. back in application configuration screen hit “insert…” button
  15. paste executable path
  16. uncheck “verify file exists”, hit ok
  17. hit ok in application configuration window
  18. back in properties window go asp.net tab
  19. in “asp.net version” dropdown select 4.0.xxxxx, hit apply

Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -