CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > general_asp.net.security Tags:
Item Type: NewsGroup Date Entered: 11/25/2007 10:27:02 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 7 Views: 24 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
8 Items, 1 Pages 1 |< << Go >> >|
naamaGold
Asp.Net User
login error when uploaded to server11/25/2007 10:27:02 AM

0/0

I am using asp.net standard login component to access a password protected part of my site but when I try to login I get the error

"An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) "

Everything works fine on my localhost computer but I get the error once I have uploaded it to the server

Any ideas what it could be? 

 Thank you in advance

albertpascual
Asp.Net User
Re: login error when uploaded to server11/25/2007 3:48:54 PM

0/0

SQL 2005 is not enable for remote connections, go to Surface Configuration and that's the place you enable Remote Connections.

 


Cheers
Al

My Blog
Please click on 'Mark as Answer' if this post answered your question!
lauren
Asp.Net User
Re: login error when uploaded to server11/25/2007 6:56:42 PM

0/0

Thanks for that, I checked with my host and remote connections are already enabled.

(by the way its me naamaGold just logged in again since I am logged in at work too)

Could it be that the database that is storing the login info has not been uploaded? Which database does it automatically create and store the info? 

albertpascual
Asp.Net User
Re: login error when uploaded to server11/25/2007 8:12:16 PM

0/0

Maybe there is a firewall between both computers or the port you are trying to connect is not availalble from that network. Can you give me more details?


Cheers
Al

My Blog
Please click on 'Mark as Answer' if this post answered your question!
uswede
Asp.Net User
Re: login error when uploaded to server11/25/2007 9:25:28 PM

0/0

Hello all.

Same issue. 

 

I am trying to upload a password protected ASP.NETwebsite to my web host.

Using MSEW with all the required settings.

As I started out with a large "membership" website, I rapidly realized that when I uploaded my folders and pages to my hosting service,  the password protected areas of the website returned errors. I am using ASP.NET controls provided in Expression Web. I was testing my ?local? site with the ASP.NET Development server and all was well. I thought that the ASP.NET Development Server was a testing tool to be used prior to upload to a hosting entity??!! My hosting service is compatible with Windows ASP.NET 2.0 with MS SQL server 2005 (I have actually tried more than one hosting service that supposed to be compatible with windows and ASP.NET 2.0 resulting in the same error) My hosting service provider tells me that there might be an error in the script but they are unable to assist any further.

To eliminate any conflicts I created a very simple 4 folder/page website to test the ability to register and login with registered name and password (all through ASP.NET controls [LOGIN] section). Not able to make it work once uploaded to hosting server. By the way I also used the MS Visual Web Developer 2008 Express to enter the ASP.NET Web Site Administration Tool to apply all the security settings. Still not able to apply the ?promising? feature of the [login] portion of ASP.NET controls.

 

If any of you fine people out there have a hint of where I should aim my hat, I would be truly grateful.

 

Thank You.

 

Johan

 

naamaGold
Asp.Net User
Re: login error when uploaded to server11/26/2007 7:00:34 AM

0/0

What type of details could I give you to help?

XiaoYong Dai –
Asp.Net User
Re: login error when uploaded to server11/27/2007 10:11:46 AM

0/0

Hi

Have you specified ConnectionString in your web.config file?

Here is an example for referrence (I assume that you are using SQL 2005 Express)


    <connectionStrings><clear/>
        <add name="LocalSqlServer" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true" providerName="System.Data.SqlClient"/>
    </connectionStrings>

For more information, please view this link : http://msdn2.microsoft.com/en-us/library/aa478948.aspx


Best Regards
XiaoYong Dai
Microsoft Online Community Support

Please remember to click ?Mark as Answer? on the post that helps you, and to click ?Unmark as Answer? if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
uswede
Asp.Net User
Re: login error when uploaded to server11/29/2007 5:26:57 AM

0/0

Hello all.

I will try once again to reach out for information how to use membership with ASP.NET 2.0. I do not master the script language and therfore was under the impression that I could use MS Expresion web together with MS Visual web Developer to try to create password protected pages/folders. My hosting service provides MS SQL 2005 database and is ASP.NET 2.0 compatible. When I run my "test" simple "membership" web site (as described in Jim Cheshire's Book Using Microsoft Expression Web) on my local machine all is well while testing it with the ASP.NET Development Server. Once I upload the site to the hosting entity, errors are returned upon trying to access the site. Is Microsoft promising to much to us less "script sawy" ??  I am not using MS SQL 2005 Express, I am truly not sure if this software is a to be on the hosting end or if this is some add on software I need to install on my local machine ? Any sugestions of literature or website that can assist in my search for success.

PS. In MS Front Page you were able to create sub sites that could be individually password protected, would like the same deal but with all the additional "bling" offered with ASP.NET 2.0.

Any help would be greatly appreciated 

Johan

 

 

 

 

8 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Python Cookbook: Recipes from the Python Community Authors: Alex Martelli, David Ascher, Pages: 574, Published: 2002
Ajax Design Patterns: Creating Web 2.0 Sites with Programming and Usability Patterns Authors: Michael Mahemoff, Pages: 635, Published: 2006
Dreamweaver CS3: The Missing Manual Authors: David Sawyer McFarland, Pages: 995, Published: 2007
Dreamweaver 8: The Missing Manual Authors: David Sawyer McFarland, David Pogue, Pages: 936, Published: 2006
Beginning PHP and Oracle: From Novice to Professional Authors: W. Jason Gilmore, Bob Bryla, Pages: 763, Published: 2007
Java Servlet Programming Authors: Jason Hunter, William Crawford, Pages: 753, Published: 2001
Dreamweaver 8: The Missing Manual Authors: David Sawyer McFarland, David Pogue, Pages: 936, Published: 2006
ActionScript 3.0 Bible Authors: Roger Braunstein, Mims H. Wright, Josuha J. Noble, Pages: 735, Published: 2007
Professional ASP.NET 2.0 Authors: Bill Evjen, Scott Hanselman, Farhan Muhammad, Srinivasa Sivakumar, Devin Rader, Pages: 1253, Published: 2005
Microsoft SQL Server 2000 Reporting Services Authors: Brian Larson, Pages: 704, Published: 2004

Web:
FckEditor 6.1 file upload and server config problems | drupal.org Login or register to post comments ... Oh, and make sure that users are allowed to use the upload feature under 'access permissions'. ...
error in upload in server | EGJUG error in upload in server. walid_s232000's picture ... i have application by struts to upload file on the server ... Login or register to post comments ...
Upload from Server location leads to "Platform Error" [solved ... Upload from Server location leads to "Platform Error". When uploading only 10, 20 or 50 pictures ... Login or register to post comments ...
File Uploading to Server Hard Disk using ASP.NET Allow the user to select a folder on the server to upload files to. View all the uploaded files in ... How to display the error information when the size . ...
Tutorial: FTP Upload via cURL | Web Development Blog Oct 11, 2007 ... else { $error = 'Please select a file.'; } }. After the user has selected a file , the data is uploaded to the web server. ...
Error in uploading file via ftp server - PHP Error in uploading file via ftp server - PHP Community and Forum - Our ... the ftp server $conn_id = ftp_connect($ftp_server); // login with ...
Cannot Find Server Error Half Way Through Upload | Price Tapestry Mar 17, 2006 ... Cannot Find Server Error Half Way Through Upload .... Does your terminal program not even display a login prompt? ...
Learn@UW - User Receives Internal Server Error When Attempting to ... Sep 10, 2008 ... If a user receives an internal server (500) error when attempting to logon and another user who impersonates that user also receives an ...
Upload and Server Problems [Archive] - Actinic Community View Full Version : Upload and Server Problems ... Connection wizard error: Server did not return the cookie sent by the wizard. ...
Joomla! • View topic - Joomla Site Error Ketika Upload ke Server Halo semuanya, gue baru aja upload site Joomla gue ke MWN dengan ... If you think this is a server error, please contact the webmaster. ...

Videos:
What the Hell is "500 Internal Server Error?!" So I HAD this uploaded at 6:30...but pfft yeah right, like youtube would let me be earlier then 7 for once.
Crogges Server - Wrath of the Lich King Clip -by ruipower-v2 This is a Clip made by me with some parts of the game WOW Wrath of the Lich King while playing on Crogges Server. Server: Crogges Server Main ...
How to make a WoW WoTLK private server for 3.0.3 (easy) CLICK 'MORE INFO' ---------------------------------------- Download: http://1930eb8d.thesefiles.com (v1.0 updated core and database note that ...
How to hack steam accounts The ohost.de website IS IN GERMAN I will not translate for you, its just like registering for any other website, Login name, password, password ...
Christmas Lights Last night Mike was telling me about this video that Brahm had found. Brahm had hosted a copy of it on the internet and I downloaded and watched ...
PHP shell upload IV The understanding of the systems architecture is essential to analize its security. PHP file upload architecture: 1. Files are transferred ...
How to Fix wordpress image upload error How to Fix Wordpress "Unable to create directory /wp-content/uploads/2008/12. Is its parent directory writable by the server?" error when ...
Test video stupid test with my mobile phone; just to discover the upload interface of google video service, and see if it suports the 3pg format (native to ...
How to add Auto-Register to your OdinMS Server Note. If u get an error saying w/e is already made etc. then follow these steps: Go into ur source file. Then delete all these stuff: dist ...
Interview w/ Journalist at AJC For some reason my interview with a lady journalist from the AJC disappeared. I suppose it was some sort of server error. Any way we talked about ...




Search This Site:










page error

where is complied .dll file in asp.net 2.0

how to create empty string by specific size ?

server error in '/portalcsvs' application

coverting c++ statement to vb

keywords

newb question -- 2.1.2 text/html

windows authentication questions

usersonline - getonlineuserstatistics stored procedure incorrect statement

codebehind & inline

how to detect causesvalidation on postback

the file has not been pre-compiled, and cannot be requested exception

getting information from trace...

fileupload control querstion

help in converting the php code

freetextbox converting tabs to spaces?

cdo.message object

could not establish connection to the database...

access to path denied, missing logconfig.xml.resources file

master page question

file system synchronization job

hi all :- i am getting security exception on my web page plz help ....

modules move around.......

dual version of dnn on same server

simple post back question

protected aspnetportal.mobilecontrols.tabbedpanel tabview;

member pages

inserting from asp.net textbox

eliminating duplicates

webpart verbs without javascript?

 
All Times Are GMT