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 > windows_hosting.hosting_open_forum Tags:
Item Type: NewsGroup Date Entered: 7/28/2007 11:41:28 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 5 Views: 13 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
6 Items, 1 Pages 1 |< << Go >> >|
dragan23
Asp.Net User
VWD hosting7/28/2007 11:41:28 AM

0/0

Hi! I'm new in Visual Web Developer. I create a web sites VWD. When I build them everything its ok, but when upload my file on a web server show only my text, not pictures and control toolbox like login and other. I find web server who is special for VWD and SQL 2005 its free. What is wrong where are my mistake. Please help me? 

SalmonTraining
Asp.Net User
Re: VWD hosting8/12/2007 3:02:07 AM

0/0

I can't comment on the pictures, but to get the login and createuserwizard controls working, you need thte security database features installed into the live database. The security features don't come pre-installed in a SQL 2005 database. Either you click a button on your hosting providers Control Panel, or you request them to install it.

You say your web server (hosting provider) supports SQL 2005. You need to figure out if that's SQL Server 2005 (Enterprise) or SQL Server Express 2005 (that comes free with Visual Web Developer Express). VWD Express comes with a single-CPU database engine called SQL Express - it's not supposed to be used in a production web hosting environement. If you're actually using SQL Server on the host site, your web config needs to change.


Articles & Training for SQL Server and ASP.Net 2.0

Check out our tutorials for going live on GoDaddy
dragan23
Asp.Net User
Re: VWD hosting8/27/2007 11:45:54 PM

0/0

I try to change Web.config fiile but again i'snt work.
My Database on local computer is called ASPNETDB.MDF
My connection string on alocal computer is: <addname="ConnectionString" connectionString='.\SQLExpress; DataSource=;AttachDbFilename=|DataDirectory|\ASPNETDB.MDF;IntegratedSecurity=True;User Instance=True"providerName="System.Data.SqlClient"/>

Hosting provider give me a connection string: datasource='sql1.vwdhosting.net,1441';UserID='fucker-8';Password=arsenal;database='fucker-8' and server name for database: sql1.vwdhosting.net,1441

I change Web.Config file like this: <add name="ConnectionString"connectionString='sql1.vwdhosting.net,1441';UserID='*******';Password=******;database='fucker-8'"DataSource=;AttachDbFilename=|DataDirectory|\ASPNETDB.MDF;IntegratedSecurity=True;User Instance=True"providerName="System.Data.SqlClient"/>

Would you tell me how is my connection string in this situation?

Thank you wery much
SalmonTraining
Asp.Net User
Re: VWD hosting8/29/2007 1:58:35 AM

0/0

Your hosting provider gave you an example of UserID  = 'fucker-8', Password =arsenal? This is a U.K.provider? If your English isn't fluent - those details are so unprofessional I'd worry about them.

Anyway, they've told you to connect with login and password while you are still trying to use integrated security. I'm assuming that they genuinely are letting you host SQL Express 2005 (not SQL Server 2005) - this is not recommended for live hosting but however. Try this...

<add name="ConnectionString"connectionString='sql1.vwdhosting.net,1441';UserID='*******';Password=******;database=******"providerName="System.Data.SqlClient"/>


Articles & Training for SQL Server and ASP.Net 2.0

Check out our tutorials for going live on GoDaddy
dragan23
Asp.Net User
Re: VWD hosting9/2/2007 10:54:26 PM

0/0

 I found my connection string but I have another problem now!

 

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
TOMCIO
Asp.Net User
Re: VWD hosting9/3/2007 2:46:42 AM

0/0

In order to see what the real error is you have to change your web.config

 

<configuration>
<system.web>


        <customErrors mode="Off"/>


    </system.web>
</configuration>


Tom | NMGroup.net
1&1 Hosting | WebHost4life | CrystalTech
6 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Beginning DotNetNuke 4.0 Website Creation in VB 2005 with Visual Web Developer 2005 Express: From Novice to Professional Authors: Nick Symmonds, Pages: 448, Published: 2006
Beginning DotNetNuke 4.0 Website Creation in C# 2005 with Visual Web Developer 2005 Express: From Novice to Professional Authors: Nick Symmonds, Pages: 391, Published: 2006
Visual Web Developer 2005 Express Edition For Dummies Authors: Alan Simpson, Pages: 358, Published: 2005
Beginning ASP.NET 2.0 Databases: Beta Preview Authors: John Kauffman, Thiru Thangarathinam, Pages: 427, Published: 2005
Beginning ASP.NET 3.5: In C# and VB Authors: Imar Spaanjaars, Pages: 734, Published: 2008
ASP.NET 2.0 Instant Results Authors: Imar Spaanjaars, Paul Wilton, Shawn Livermore, Pages: 456, Published: 2006
Learning ASP.NET 3.5 Authors: Jesse Liberty, Dan Hurwitz, Brian MacDonald, Pages: 576, Published: 2008
DotNetNuke For Dummies Authors: Lorraine Young, Philip Beadle, Scott Willhite, Chris Paterra, Pages: 408, Published: 2007
Professional DotNetNuke 4: Open Source Web Application Framework for ASP.NET 2.0 Authors: Shaun Walker, Joe Brinkman, Bruce Hopkins, Scott McCulloch, Patrick J. Santry, Chris Paterra, Scott Willhite, Dan Caron, Pages: 517, Published: 2006
Pro ASP.NET 2.0 in VB 2005: special edition. Authors: Laurence Moroney, Matthew MacDonald, Pages: 1360, Published: 2006

Web:
Visual Web Developer Express Hosting, VWD Hosting at DiscountASP.NET vwd hosting compatible asp.net hosting features list: Click Here Visual Web Developer Express Edition is part of the latest version of the Microsoft Visual ...
Visual Web Developer Express 2005 Hosting, VWD 2005 Hosting at ... Visual Web Developer hosting at DiscountASP.NET asp.net hosting ... VWD Hosting - Feature Tour of visual web developer 2005 VWD 2005 Express Feature Tour ...
VWD - Hosting These days there are a number of hosting options out there that to be quite frank add more confusion than anything. Most of our new Clients don`t even ...
Free ASP.NET 2.0 + SQL Express 30 Day Hosting Offer - ScottGu's Blog vwd.hosting/database image filepaths This is probably a very simple uestion but I would appreciate some help. I have recently uploaded my site to ...
vwdhosting.net - vwd hosting - Who.is vwdhosting.net has a website rank of 2085582. This website is hosted at 195.128. 121.10 in Russian Federation.
Using Visual Web Developer ASP.NET 2.0 website using Visual Web Developer. For your ASP.NET site to be. able to run on the company’s servers, the web-hosting company will need to ...
How do I host my VWD website? Do I have to use Micorsoft's server ... Your VWD Hosting Service provides two options one offers two choices of 50 MB and 30 MB. The other has options from 20 MB to 250 MB. ...
Cheshire's Blog : Free VWD and SQL Server 2005 Express Hosting ... If you're just getting around to checking out Visual Web Developer (whether as part of Visual Studio or by using the free Visual Web Developer Express ...
Free Visual Studio Web Developer Express [Archive] - CodingForums.com Now I have only really looked the Visual Web Developer 2005 Express, ... a hosting company, VWD Hosting (http://www.vwdhosting.net/), ...
ASP.NET 2.0 Starter Kit Hosting: ASP.NET 2.0 Classified Starter ... Visual Studio 2008 Hosting visual web developer express 2005 hosting (vwd) Visual Web Developer Express 2005 Hosting (VWD Hosting) ...

Videos:
uVme/Evo/Evolution Day Online Gaming Business Visit http://www.uvme.net.au and join uVme today for free! uVme is the internet revolution growing 4 times faster than the internet. uVme combines o...




Search This Site:










need help with print margin issue with html email

web.config authentication

clean dnn 4.02 install issue

fetching existing ad windows accounts from code

insert command

type 'sqlhelper' is not declared error

code for the placing a link to a textfile which exists in my project.

user and administrator authentification

dotnetnuke scheduling module

xp sp2 with dnn

professional dotnetnuke asp.net portals book??

inserting items using single query

response.redirect or server.transfer cancels log-in session

utilizing skins to define display of web part data source

free ibuyspy store ms access conversion in vb

using web.config configurationsettings in vb code behind page

unable to use webclient on external sites

problem with datareader or arraylist in cbo?

login programatically

dnn4 solpart menu changes?

how to add items to moduletitle_menu ?

<location><authorization> problems!

3.0.12 cannot delete custom module...

can't edit item template in details view

dnn308: configure new module in vs

svg and masterpage incompatibility

is there an example of how to add this functionality to an existing application?

can i use an image in a class?

forms authentication

setting focus

 
All Times Are GMT