Ask a Question related to ASP.NET Web Services, Design and Development.
-
Terry #1
Accessing an .aspx page from server in a DMZ
We are currently hosting our own web site; the web site of course resides
outside the DMZ. For security reasons, the network crew will not allow us to
do SQL queries and access data from the web site server. Instead they want to
run the .aspx page, which does the data pull and displays the information
from a server within the DMZ. My issue is the .aspx page treats the web
server like a client. and this will not allow the "Outside World" view this
page. Does anyone have any idea how I can pass this .aspx page through to the
Internet.
Terry Guest
-
Accessing a aspx page using HttpWebRequest from another aspx page on the same webapp
Did you have any luck on this as I have the same problem. Maybe you can help me out of you solved your problem. -
Accessing Controls contained in another Control from ASPX Page
Hi All! Is there any ways to get access to the controls contained in another user controls from an ASP.NET page? For example I have... -... -
Want to Reboot server from ASPX page
I am developing a asp.net web based service application for our product I am trying to trigger a reboot of the server based on a user request I... -
SQL statement working in SQL Server but not in .aspx.cs page
I have written the following query with a subquery to add a counter to be added to a drop down list, which works in SQL Server, but when I transfer... -
Accessing page request / server variables in a class file.
Hi, Here's a question for you all. Under "classic" ASP any ASP page could have any number of #Include files. Using #Include files I could have...



Reply With Quote

