New to .NET
New to .NET - how to setup the first Starter Kit that works on a shared server?
I get some common errors... but since I am so new I can not find anywhere when I search what to do to move from the local server to the remote server. I have a shared server and I was planning on doing a site in /dev/ so I can practice before making it live.... yet I can not get anything to work.
Thanks,
Nathan
There are forums for each starter kit, and most have walktrhoughs for common problems moving to a host. Setting permissions, creating the application root, configuring the da...
Error:Visual Studio .NET cannot create or open the application. The likeliest problem is that required components are not installed on the local Web server. Run Visual Studio .NET setup and add the We
Hi,
I installed the IIS 5.0 after VS.Net 2003 (1.1). after that I did run the aspnet_regiis -i at the visual studio command prompt.
I am able to run local web application created on my PC.
But when I tried to copy an web application created at shared PC into the wwwroot folder, I get the following error while trying to open the project in VS.Net. I've created the virtual directory for the project and also set the integrated windows authentication under the directory security tab in the IIS.
Please help me resolving the problem.
Thank You.
Do you have FrontPage Server Ext...
Visual Studio .NET cannot create or open the application. The likeliest problem is that required components are not installed on the local Web server. Run Visual Studio .NET setup and add the Web Deve
I installed Visual Studio .NET 2003 on Windows Vista Home Premuim, but I'm unable to select "Web Development" item from "Server Components" during the installation. I installed all the pre-requisits but I can not see Front Page Server Extention in the programs. I can see also the IIS.
Appreciate if any one can guide me with the solution.
Thanks.
FPSE is not included with Vista, it's a separate download. See www.iis.net for this.
JeffPlease: Don't forget to click "Mark as Answer" on the post that helped you. Tha...
HI i am new to .net , i just installed dot net 2008
I have my OS as Vista Home BasisI installed VS 2008 I just created a web sample application F5 and ran But internet explorer is showing page cannot be displayed any clues?
Right Click on the project -> Select your page -> set as startup pageRaghu(MCSD.NET, MCAD.NET, MCDBA)[Don't forget to click on Mark as answer on the post that helped you ]
Are you using Local IIS to host the site then? Check Project-->Properties-->Web Tab--> Select Use Local IIS Web Server and the project Url should look something like http://localhost/yourSiteName Then yo...
VWD setup looking for .Net 2
Hi - I'm trying to install Visual Web Developer 2005 Express.
I have installed Beta 2 .Net framework, but the setup ofr VWD keeps advising me that 'the prerequisite programs are not installed' and then lists .Net Beta 2.
After installation of Beta 2, is there something else I need to do (other than reboot, which I have done) to make it recognise it is installed?
Thanks for any help,
Mark...
Does VS.net work on Virtual PC for Mac?
A quick question.
I'm thinking about developing my .net application on my G4 laptop (Mac)
instead of carrying a G4 laptop and a PC one. Two are really heavy... -.-;
If you are using or told about VS.net on Virtual PC for Mac, please get me some ideas. How does it work? any problems?
Thanks,
-Ladybug
I don't think VS.NET is hooked in too deeply to cause problems with it - well worth a try, certainly.RTFM - straight talk for web developers. Unmoderated, uncensored, occasionally unreadableJason Brown - MVP, IIS
thanks!...
superreview requested: [Bug 21432] Implement Print Preview and Print Setup / Page Setup as in the browser : [Attachment 131557] Add File / Page Setupneil@parkwaycc.co.uk <neil.parkwaycc.co.uk@myrealbox.com> has asked
rbs@maths.uq.edu.au for superreview:
Bug 21432: Implement Print Preview and Print Setup / Page Setup as in the
browser
http://bugzilla.mozilla.org/show_bug.cgi?id=21432
Attachment 131557: Add File / Page Setup
http://bugzilla.mozilla.org/attachment.cgi?id=131557&action=edit
...
superreview granted: [Bug 21432] Implement Print Preview and Print Setup / Page Setup as in the browser : [Attachment 131557] Add File / Page Setup <rbs@maths.uq.edu.au> has granted neil@parkwaycc.co.uk
<neil.parkwaycc.co.uk@myrealbox.com>'s request for superreview:
Bug 21432: Implement Print Preview and Print Setup / Page Setup as in the
browser
http://bugzilla.mozilla.org/show_bug.cgi?id=21432
Attachment 131557: Add File / Page Setup
http://bugzilla.mozilla.org/attachment.cgi?id=131557&action=edit
------- Additional Comments from <rbs@maths.uq.edu.au>
sr=rbs
...
setup AP.NET membership database & web.config in .NET 3.5?
A long time ago I setup an ASP.NET security database using aspnet_regsql.exe. I noticed this utility doesn't ship with .NET 3.5. Can anyone direct me to a writeup of how to create the security database and modify the web.config for membership? Thanks! Michael
Hello Michael,
You still use the .net framework version 2 version of aspnet_regsql.exe in something like C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727As I understand it ver 3.5 is just adding new features onto the version 2 framework but mostly asp.net is just the same.
Hope it helps
JeremyRegardsJeremyIf ...
Loading Visual Studio.net 2003 on a pc with Visual Studio.net 2005 installed
I have recently installed Visual Studio.net 2005 on a pc and have been using it to create a .net 2.0 application. I also have pc running Visual Studio 2003 that I use to support a .net 1.1 application. This pc has broke. Would I be ok loading Visual Studio 2003 on the machine I have running Visual Studio 2005 so I can manage both the .net 1.1 and the .net 2.0 applications?
Thanks
Danny
Hmmm. Not sure if it works in that direction, but I installed VS2005 on a machine that has VS2003 already installed and they se...
Setup and Installation Directions for VS2008 with .NET 2.0
I am using Visual Studio 2008 Pro and need to set up ASP.NET Ajax.The Catch is that I am also stuck using .NET 2.0 framework.Can anyone either list the steps to set up my environment here or point me to other documentation. I need set up information for my local development machine as well as for a remote production server.
In Visual Studio 2008, follow the steps in this blog post:http://weblogs.asp.net/scottgu/archive/2007/06/20/vs-2008-multi-targeting-support.aspx On the web server, just install the .NET Framework v2.0 .Darrell Norton, MVPDarrell Norton's BlogPlease mark t...
VS.Net 2003 New Web Setup error
I'm trying to create a new web setup project using vs.net 2003 Ent Arch. and I'm getting a messagebox "The specified module could not be found.". Where should I look and for what?
Any clue?...
Setup wanting to install .NET Framework 3.5
I am developing an ASP.NET app targeted to .NET 2.0. I've added a deployment project to it, and a web setup project that uses the output from the deployment project. When I build the setup and try to install it on a clean server, it wants to install .NET Framework 3.5 first. How do I turn this off? I don't want to force end users to install .NET 3.5 if they don't have to.
you must do in Prerequisites cause in WebSetup its has default prerequisites <must install framework 3.5 but you can manual its>
so right click on WebSetup >>>...
Can a page written in VB.Net 1.1 work with .Net 2.0 dlls?
Hi,
Previously the Vb .Net page was working fine with GAC dll written .Net 1.1 . But the GAC dlls have been upgraded to 2.0 version and the page is thorowing error :"BC30002: Type 'CompanyUser' is not defined", where 'CompanyUser'is the class of the GAC dll. Can u help on this so that this page can be run without converting it to .Net 2.0?
Thanks,
SonaliThanks,Sonali
I think that you can set in IIS your page to run under 2.0. You do not have to upgrade site.__Please mark post as answer if it helps, if not come back and ask again!
Hi,
The only thin...
Installing AJAX VS 2005 (vb.net setup onlY0
My version : VS Prof 2005 SP1 installed.(Only vb.net and web stuff, did not install C#, J#, C++ etc)
I want to get the AJAX stuff installed. I go here..
http://www.codeplex.com/AjaxControlToolkit/Release/ProjectReleases.aspx?ReleaseId=8513
Download files for : release 11119 AjaxControlToolkit.zip for ASP.net 2.0 ( which is VS 2005 I believe)
I try run the sln file in the toolkit page and I get these two errors
Am I missing AJAX install files, if so where are they for APS.net 2.0 VS 2005 ??????
I have installed
ASPAJAXExtSetup.msi (version 1.0)
ASPAJAXCTP.m...