Ask a Question related to ASP.NET Security, Design and Development.
-
Dean #1
can't load File.aspx.cs in SSL
Hello,
I can upload (html & aspx) files to \SSL folder and they work ok ie: users
enter [url]https://myserver/ssl/File.aspx[/url] and SSL yellow lock displays etc.
However the aspx file only works if all C# codes are within the <script> tag
in file aspx. If I try to move them in code-behind (say file.aspx.cs) as I
often work with Visual Studio.Net then it won't work in SSL again. VS.net
would compile ok however the server would display error message that the
aspx.cs file could not be loaded.
Any help would be great thanks.
DN
Dean Guest
-
How to load aspx page using ajax
I want to load ASPX page using javascript ( ajax ) in an other page How can i do get it Thansks in advance -
Load ASPX Through AJAX
Hello Everyone I want to load aspx file through AJAX ( javascript ) I am doing this in ajax it works well but it does not load javascript render... -
I need to run a vb.net or aspx.net file every 10 seconds.
Hi, I need to run a vb.net or aspx.net file every 10 seconds. The Task Scheduler in Windows 2003 Server can only do it every 1 minute at the... -
i can't run aspx file on IIS 5.1
Are you getting an error or a page sourcecode printout? Try to reinstall the .NET Framework or run "aspnet_regiis -i" from the command line. --... -
including one aspx file in another aspx file
Is there a way is asp.net that I can include another aspx file ?. We can do this in asp by using include statement.



Reply With Quote

