hello guys, i have tried to set up a new site using dreamweaver mx with ASP.NET C#. i know that the .net version before 2008 uses IIS to server page request while the 2008 one doesn't require. so how can i provide the testing server for my site when my dreamweaver neccessarily requires it though the .net 2008 doesn't? i thank you all for taking time on my prob
I personally would avoid DW like the plague but still. One solution would be to download the free Visual Web Developer Express 2010 from Microsoft (http://www.microsoft.com/express/Web/) if you dont have the commercial version of Visual Studio. Personally I would create the site in that rather than DW but if you insist on using DW then you can load the site up in VWDE and either run it through its test server or use its debug options of running code.