| Reinstalling .Net Framework with VS.Net (RTM) already Installed (2 replies) |
| ASPFriends.com 'aspngstart' list |
| I need to reinstall the .Net Framework on a workstation that already has VS.Net RTM installed on it. Will reinstalling the .Net Framework break the VS.Net install? Thanks, Robert J Collins |
|
| .Net Redistributable installation (8 replies) |
| ASPFriends.com 'aspngstart' list |
| What is the difference between 'typical installation' and 'server installation' of the Framework ? Regards, Chak. Do You Yahoo!? Yahoo! Greetings Send FREE e cards for every occasion! http://greetings.yahoo.com |
|
| setting up IIS5 to handle asp.net (7 replies) |
| ASPFriends.com 'aspngstart' list |
| Hey all, I had to reinstall IIS and have since lost all the config settings needed to handle asp.net pages. Is there a utility i can run which will configure IIS for me so? Ian |
|
| Can open new project pages in Browser (2 replies) |
| ASPFriends.com 'aspngstart' list |
| Moved from [aspngibuyspy] to [aspngstart] by James Avery javery@deluxeeng.com I have completed the Store Install and did the Database manually, all data is there. The web.config file points to the db ok. However, when I do Browse on default.aspx I get the pop up windows download window. It wants to know do I want to Open File or Save File. I click open and it opens the default.aspx page in Visual ... |
|
| strings questions.. (4 replies, VIP) |
| ASPFriends.com 'aspngstart' list |
| Hello All, Just diving into .net and was running into some simple errors: Why doesn't this code work: DIM full name As String full name Request.Form("full name") Response.Write("Name: "&full name&" br ") I'm getting the following message: BC30277: Type character '&' does not match declared data type 'String'. Also: DIM today date As Date today date Date() Response.Write(today date) Gives me: BC301... |
|
| access denied error running aspx page (2 replies) |
| ASPFriends.com 'aspngstart' list |
| Access denied to 'D:\INETPUB\WWWROOT\GARYNU~2' directory. Failed to start monitoring directory changes. Thats the error i am getting now. It was working, until i opened the site in frontpage and attempted to add some users to the permissions to allow them to edit the site using frontpage. After i did that, i started getting this error. I tried removing and reinstalling the FP extensions but that d... |
|
| extensions (5 replies) |
| ASPFriends.com 'aspngstart' list |
| May someone clarify the different extensions for ASP.NET and when should I use them? For example, when to use .aspx.vb, .aspx.resx, asax.vb? I'm very new to programming so have no clue what file extension to save the file as after i created the files. Thanks!!!!!! |
|
| Upgrade from Beta2 to RTM results in odd error: (3 replies) |
| ASPFriends.com 'aspngstart' list |
| Moved from [aspngfreeforall] to [aspngstart] by Marcie Jones marciejones@yahoo.com I recently upgraded to 1.0 and after knocking down the first few issues that pop up, I am now getting the following error: Server Error in '/' Application. Configuration Error 20 Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific ... |
|
| unix&CLR (4 replies) |
| ASPFriends.com 'aspngstart' list |
| May I use dotnet CLR in UNIX based system? mail2web Check your email from the web at http://mail2web.com/ . |
|
| web config questions.. (4 replies) |
| ASPFriends.com 'aspngstart' list |
| Hello all, I created a new project in Visual Interdev, but some .aspx pages in there and am running them from a Win2000 box. For some reason, there is no web config file within this application directory. Do I need VS.NET in order to have these files created automatically? Can I build my own web config files manually until I get VS.NET? Also, what are the pricing structures for VS.NET? I've alread... |
|
| Installation reports not enough disk space (4 replies, VIP) |
| ASPFriends.com 'aspngstart' list |
| I'm trying to install the SDK on a server, and it keeps telling me that there's not enough disk space. The OS (win2k server) indicates that I have 100Meg more than required. Also, I'm telling it to install on the D: drive and it still seems to want to take a lot of space on C: is that right? Bob MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.a... |
|
| .NET & Unix (11 replies) |
| ASPFriends.com 'aspngstart' list |
| I do hope this is not too silly a question, but I have some decisions to make about my future directions with respect to Hosts. The question is: Is it a foregone conclusion that Host companies that only run Unix/Linux servers will never be able to support sites built with .NET? I don't "do" .NET yet, just ASP/VBS. But I'm considering options like PHP in order to make a wider range of Host companie... |
|
| Verbs GET,HEAD,POST,DEBUG (5 replies, VIP) |
| ASPFriends.com 'aspngstart' list |
| Can Someone explain Technically what does these verbs mean Verbs : GET,HEAD,POST,DEBUG and what will happen if i remove mapping of any of these verbs Regards Jignesh Eric Van Buren evanbure@maine.rr.com wrote: Ian I just went through this myself and while I didn't find any utility to map the right application mappings to the correct file extensions, it is easy to do it manually. Apart from uninsta... |
|
| .net V1Problem (2 replies, VIP) |
| ASPFriends.com 'aspngstart' list |
| Moved from [aspngfreeforall] to [aspngstart] by Marcie Jones marciejones@yahoo.com Upgraded to .net V1. Now I cannot reference both system.web and system.xml in a project under MDE. It keeps crashes MDE. Guy |
|
| Error Creating a project (2 replies) |
| ASPFriends.com 'aspngstart' list |
| I have always had a problem when trying to create a project. The error returned is "Unable to create Web project ... The UNC share \\ server does not exist or you do not have access. When I was test driving the Beta, I just by passed it by trying to open the project with FrontPage Server extentions. The problem is that here at work we dont have the FrontPage extentions installed. Can anyone help? ... |
|
| Visual Studio.NET problem (2 replies) |
| ASPFriends.com 'aspngstart' list |
| Hi, I deleted the ASP.NET account because I was getting errors with permissions so I thought that I would be able to reinstall the framework and this would (re)create the user. Anyone know which install to use and how should I set the ASP.NET to use the system account( to get over the permissions issue I got this from a previous post). Also, I noticed that .aspx files are not being shown in the br... |
|
| Requirements for .net web server (3 replies, VIP) |
| ASPFriends.com 'aspngstart' list |
| I have a server set up running Win2000 and IIS. Can I use this same machine as a .net server? What changes do I have to make? Do I have to install the Whistler Server Beta, or will Win 2000 suffice? Is there more involved than simply installing the framework? TIA, Arthur |
|
| Deploying to the Internet (3 replies) |
| ASPFriends.com 'aspngstart' list |
| Hi All, I created a sample ASP.NET project locally and I am ready to deploy to my web host. How can I do that? I did copy the .aspx and .aspx.vb files plus the web.config and global.asax but it didn't work properly. Am I missing anything? Any help or article will be appreciated. Thanks, Mazen |
|
| unable to write into the registry - v.v. urgent (2 replies, VIP) |
| ASPFriends.com 'aspngstart' list |
| Dear All... Have a small problem here.. From my aspx page (V1), i am trying to write into the eventlog... it gives me an error saying that "System.Security.SecurityException: Requested registry access is not allowed ".. the same code when i run thru a windows application, it works fine...and writes in the registry.. It tells me "Description: The application attempted to perform an operation not al... |
|
| Framework Premium... Can this be installed on Ver. 1(cur. Ver.) of Dot Net Framework? (2 replies) |
| ASPFriends.com 'aspngstart' list |
| I understand during B2 that there was DotNetPremium. This was installed after the framework install to provide some "extras"... Can this premium be installed on the current version of framework? I understand it adds xtra cacheing and other things. Thanks! Ron Hardesty |
|
| vs.net installation question (4 replies, VIP) |
| ASPFriends.com 'aspngstart' list |
| I'm installing vs.net and its telling me it needs to install the net framework. I've already got the .net sdk installed. Can i just skip the framework installation? Ian |
|
| installing the framework on iis server (4 replies) |
| ASPFriends.com 'aspngstart' list |
| Moved from [aspngfreeforall] to [aspngstart] by Charles Carroll charlesmarkcarroll@yahoo.com Where can I find the framework to install dotnet. I dont want to install the component update? David Everything in this e mail and any attachments relating to the official business of Isonet ZA is proprietary to the company. It is confidential, legally privileged and protected by law. Isonet ZA does not ow... |
|
| edit .asp page with Visual Studio (2 replies, VIP) |
| ASPFriends.com 'aspngstart' list |
| Hi, I installed the ASP.NET framework, and optionally Visual Studio .NET I like to use Visual Studio .NET to edit .asp page What can I do ? |
|
| framework versions (3 replies) |
| ASPFriends.com 'aspngstart' list |
| I have taken a new hosting service and the .NET framework they have is version .NET Framework Version:1.0.3705.0; ASP.NET Version:1.0.3705.0. I have Visual Studio 7 beta 2 with Version 1.0.2411.0. I know they are incompatible because I am having trouble running code developed with the beta on the new hosting service framework. What I want to know if it is IMPOSSIBLE to develop with a beta 2 versio... |
|
| application path (4 replies) |
| ASPFriends.com 'aspngstart' list |
| Hi, Can anyone help me with this please? I would like to retrive the application physical path of an VB.Net Web Service. eg. "e:\wwwroot\myproject\" where I have my file: "myfile.asmx" I use to to like this in VB6 "App.Path" but how do I do in VB.NET? Thanks in advance! Regards, Stefan |
|