Search

You searched for the word(s): userid:859356

Matching Posts

  • Re: Migrating Visual Studio web project from Local host to Web server

    [quote user="Notamaths"] hi , I developed a application in .net 3.5 frame work using Web developer express edition , In My application i used to use p/invoke attribute(importing a c++ dll) ,but while run in virtual local host it is working ... ,when i deployed in iis6.0 it is not work .... the same problem i got when devloping application in web developer express edition ... ,since i am importing the some other Dll (Cpp) using in specfic tool ,so i register the corrsponding exe and dll
    Posted to Configuration and Deployment (Forum) by plum on 3/13/2009
  • Re: login control not working with IIS

    What kind of errors are you getting with ASP.net or are the pages just turning up blank? When you moved your files from a local host to your web server, did you use the publish settings in visual studio? I am having a similar issue when migrating, more details on this thread .
    Posted to Configuration and Deployment (Forum) by plum on 3/13/2009
  • Re: login control not working with IIS

    I have had a similar issues before. As Thomas has wrote, have you tried connecting via SQL Authenthication when you uploaded your project? Use a simple gridview with your connection string to see if your DB is being read or not.
    Posted to Configuration and Deployment (Forum) by plum on 3/13/2009
  • Migrating Visual Studio web project from Local host to Web server

    Development: Visual Studio 2005, IIS 5, ASP.net 2.0 Now that I figure out how to use SQL authentication to resolve my connection issues, I ran into another issue with IIS permissions. When the project is developed in one machine (my local host) and uploaded via to a web server, I get an user roleprovider issue. To temporary resolve this, I took the following steps to temporary resolve: Upload projects in a temporary folder via ftp to my web server. Create a new Visual Studio web project on the local
    Posted to Configuration and Deployment (Forum) by plum on 3/13/2009
  • Re: Set up Database using SQL Server 2005

    [quote user="y71chen"]Problem solved...it turn out that in ASP.NET SQL server setup wizard when it asks for server name, I have to specifiy the instance name as well as the server name when MS refer to "Server Name" they really mean "Server Instance Name") eg if your server was named 'bigturnip' then you need to specify 'bigturnip\sqlexpress' (where sqlexpress is the instance name - this one just happens to be the default used by SQL Server 2005 SQLExpress
    Posted to Personal Site Starter Kit (Forum) by plum on 3/12/2009
  • Re: System.Data.SqlClient.SqlException: Login failed for user 'test'

    [quote user="IsToFix"] You need to use the sql user name and password you have created on the host server. Take these values and use them in your connection string and evey thing will run smoothly. For example you created a sql server user called Test1 and password ZYZ use these two value on your connection string. [/quote] For the ease of portability, I was wondering if there was a way to integrate connection string credentials into the SQL DB itself. For a test environment on a shared
  • System.Data.SqlClient.SqlException: Login failed for user 'test'

    Local Environment: IIS 5.1, XP w/SP2, Visual Studio 2005, SQL Express Web Host Environment: IIS 6.0, Windows 2000 NT, I'm testing a simple project using ASP.net with SQL Authenthication. The system will run fine on my local machine, but when I upload it to my host web server, I get a Sql Exception error "System.Data.SqlClient.SqlException: Login failed for user 'test' &lt;connectionStrings&gt; <add name= "ConnectionString" connectionString= "Data Source
Page 1 of 1 (7 items)