HI. I have a website with a webservice that I cant get to be viewed from any computer other than the IIS server it resides on.
A few things I have done...
Added a host header
Added a (A)Name in DNS
Configured my wireless router to push any calls to the correct port to my computers ip address...
I have created an empty website and added a webservice. I can use the webservice correctly on the server it was created on, however, I need to be able to hit it from other servers (not in a network). How do I make it available to the internet?
I've published the website in VS.Net2005. I'm...
i would like to display web based email inside of a web app that i have built. Are there any web parts or dlls that would allow me to expose hotmail or yahoo account emails in my own page?
Can anyone tell me why my datagrid has no rows? The query is definitely bringing back data because I can MsgBox the rst!field1
SQL = "SELECT field1, field2 FROM table"
With rst
.CursorLocation = adUseClient
.Open SQL, cn, adOpenStatic, adLockBatchOptimistic
Set...
Can you call web.config something else within an asp.net application.
We need to keep two asp.net applications in the same deployment directory, but need to have seperate web.config files for each. I dont see anywhere where you can change the name of web.config when creating the application.
I am reading in a .csv in C#. I don't have headers, so I need to read the first line. I say HDR=NO in the connection string and it still skips the first line. Any ideas on what I'm doing wrong?
Here is my connection string...
string strConnString = "Driver={Microsoft Text Driver (*.txt...
I'm getting an error..."File or assembly name DllName, or one of its dependencies, was not found."
I don't get this when I run the C# app in VisualStudio.net. I only get it when I install the .msi and run the exe.
Any ideas?
I have a connection string in an app that will be installed on a server that doesn't have sql server. It needs to connect to another machine in the domain. Is there a way to do this? Is there a remote server paramater or something to use with the ConnectionString?
Any help will be...
I have a datagrid with a simple dataGridBoolColumn that I set up in the grids DataGridColumnStyle Collection Editor. When I run the app, all the checkboxes are checked as they should be (all the data in the table is set to 1 which is the True value).
When I uncheck a box and move focus to the...
I have a C# program that uses the following code to compile stored procedures for later use.
private void createproc(string spName, System.Data.SqlClient.SqlConnection dataConnection)
{
SqlCommand dataCommand = new SqlCommand();
dataCommand.Connection = dataConnection;
string FILE_NAME =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.