developing web application i faced a problem. i wrote code, and it worked fine on webdev server in vs2010. i hosted it on remote iis, because, my windows 7 home basic doesnt have iis, and almost all code fails, so i had to rewrite it with using helpers for links, ResolveUrl and many other functions. So here is the question, how can i host application, while debugging, not on webdev or local iis, but on remote iis, automatically? sorry for newb question.
+1
A:
You can install IIS Express. IIS express is more mature in terms of emulating real IIS 7. For more information on IIS express refer this link. HTH
Pradeep
2010-10-13 04:49:44
thx. but can it cause same troubles?
eba
2010-10-13 04:51:04
I have not yet worked with IIS express but according to MS guidance WebDev will soon be replaced by IIS express. You can try using it.
Pradeep
2010-10-13 05:01:02