problem viewing in browser...
When I try to view the page I have just built in Dreamweaver in the Browser I get a message saying 'Invalid Syntax error'. Is there something I need to do before I view the page??
GLT
GLT
Junior Poster in Training
98 posts since Aug 2007
Reputation Points: 18
Solved Threads: 0
It is not a good choice to develop asp.net applications with Dreamweaver, use Visual Web Developer instead. The best choice will be using full-fledged Visual Studio .Net
serkan sendur
Postaholic
2,062 posts since Jan 2008
Reputation Points: 854
Solved Threads: 127
You've posted this in the ASP.NET forum so I assume it's a .NET based application? If so, do you have a web server installed locally? I'm not familiar with Visual Studio but I assume it would come with something?
cscgal
The Queen of DaniWeb
19,436 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 230
I have never used Visual Studio beofre so I am using Dreamweaver.
The problem before was that the IIS was not running, easily fixed. I can get some of my pages to load now but not them all... Dont understand why!??!
Thanks for your replies!
GLT
GLT
Junior Poster in Training
98 posts since Aug 2007
Reputation Points: 18
Solved Threads: 0
It might be that you are not delcaring all your namespaces that you are using.
Make sure to declare them either on page or in web.config.
SheSaidImaPregy
Veteran Poster
1,080 posts since Sep 2007
Reputation Points: 43
Solved Threads: 68