Ask a Question related to ASP.NET General, Design and Development.
-
Ken Fichthorn #1
Adding aspx pages to a static FrontPage site
I have a very simple website, built in FrontPage 2002,
which displays static information only.
I would like to add some ASP.NET web forms (providing
some event registration web pages). I plan to develop
the ASP.NET pages in Visual Studio .NET and then drop
them into my existing FrontPage web directory structure.
I would hope I can simply update my existing static web
pages using FrontPage, with a link to the .aspx pages
that I am adding...
Will I face any "gotchas" in doing this? Is there
a "correct" spot in the directory structure (like at the
root level) where I should install my aspx web pages?
Thanks for any tips and advice you can offer in
integrating ASP.NET with existing FP websites.
Ken
Ken Fichthorn Guest
-
forms authentication: redirects for *.aspx pages only, not for other extensions, not for static content
Hi! I am using something like this in web.config : <authentication mode="Forms"> <forms name=".MSMOBILES_COM___COOKIE" loginUrl="login.aspx"... -
how to allow designer to design in frontpage and hit the same asp/aspx page
My client wants to design ever changing forms in Frontpage and have them mailed in HTML format to her. How could I go about using ASP or ASP.NET... -
converting frontpage web pages
I am wondering if there is anything that needs to be done to convert my intranet web pages (html & asp) created in frontpage to say... InterDev,... -
opening aspx-files in frontpage?
Hello everybody, I have created a webform using ASP.NET/C# as a part of my bachelor thiesis on the behalf of a Community school. The form should... -
publishing my web pages via frontpage
Hi all, I'm new to Frontpage (FP 2000) and I'm confused as to how to publish my completed pages, in the past I've always used FTP. My ISP has...



Reply With Quote

