About me:
I am a web designer with graphic background. I use dreamweaver to code valid xhtml/css. I have no experience in server-side languages.
I even didn't know what is .aspx until i search on google.
Situation:
I got a project of "lead generation website" pretty simple site with static "homepage" and several "more info request contact forms".
I made a website for their company and they want me to design this one too. (as per design quality)
Problem:
The main company website in .aspx so they need this Lead Generation website too in .aspx
Now tell me
Should i code site in .html and then save it to .aspx?
OR
Should i code site in .aspx from start?
I tried .aspx page to preview in browser but it dosenât render, it shows source code. When it said i need to make testing server in order to see server-side pages locally so i made a testing server using dreamweaver âs site define dialogue box then it shows âcan not find server errorâ because
http://localhost means URL Prefix isn't mapping local site folder. I tried dreamweaver help too. But it didnât help me anything.
Please let me know how i can do this .aspx thing
I came here because i found in internet that .aspx isn't much different then simple html page, it just have server-controls so i am asking
how to make xhtml page to .aspx and preview it locally on browser.