is it possible to access website from a remote place,
without deploying it on web server?



is it possible to access website from a remote place, without deploying it on web server?..

Answer / rafeeq

Yes,but the Virtual directly must be set on Public IP and
the Virtaul directory anonymous user option must be checked
,then we can acces.

Is This Answer Correct ?    8 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Whats the use of @ Register directives ?

4 Answers  


Explain Life cycle of ASP.NET page when a request is made.

0 Answers  


What is validationsummary server control? where it is used ?

1 Answers  


What is loop in asp.net?

0 Answers  


what do you mean software devlopment ?

9 Answers   HCL,






Tell me the code snippet to show how we can return 404 errors from HttpError?

0 Answers  


How do you register the .Net Component or Assembly?

2 Answers   Accenture,


What is the difference between pathparam and queryparam?

0 Answers  


how many character send in one sms forget 160limit and think about gateway allowed

2 Answers   Wipro,


Which is better php or asp.net?

0 Answers  


Describe the .net base class library.

0 Answers  


Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal

0 Answers  


Categories