• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Web Developers: I need some help with .asp

ghaynes

Member
Currently my work (a top 3 bank) left me to design a site for our small group which consist about 700 employees. The site is finished and consists of many pages, flash, and alot of javascripts.

Now my problem is with recording data from forms. I have access to a SQL server box to record the data, but the problem is that the file extension .asp is prohibited in being saved to the web server. I called the admins and they will not allow any asp pages or any databases housed on the web server. I never got a good reason behind this.

Now my SQL server box is located at a different location and I can connect to it using dreamweaver but I need to save my form pages to a .asp.

Is there a work-around that I can do have a user submit a form and have the data saved to my SQL server box without having to create a .asp???
 
Use php or java? The web server is probably not a Microsoft web server and they don't want the hassles involved setting up .asp on an apache or other web server.
 
Back
Top