Tagged Questions
0
votes
0answers
28 views
aspnet 1.1, new Windows 7 dev box, and WebuiValidation.js
I'm moving an old asp.net 1.1 web site to my new Win 7 box. No, I can't upgrade the project right now. Got it installed and running under Visual Studio 2003, but I get the "unable to find script ...
0
votes
1answer
88 views
Adding an item to a ListBox using Javascript works on Windows 7 but doesn't work on W2008
We have two aspx pages. I'll call them Page1 and Page2. Page1 has a ListBox and a Button. The Button opens Page2. Page2 has a ListBox and a Button. The Page2 Button has an OnClientClick method that is ...
0
votes
1answer
63 views
Asp.net how to allow client open file in localhost?
I'm very new to asp.net and also networking. May be this question sound a bit dummy to you. I'm having asp.net project. This is not about internet it's only in LAN. I just want to let client open a ...
0
votes
1answer
31 views
User does not have permission to perform action - trying to log in to an asp.net login page
I've Developed an asp.net website which require users to login using the default asp.net login control and local SQl.
unfortunately we had to reload the PC with a fresh copy of Win7 Now, I got the ...
0
votes
1answer
12 views
Local installation of IIS together with an application
I want to deliver an instance of the IIS with my Win32 application to provide some ASP.NET HTML documents within this app. Can I install a local version of the IIS independent from the gloabl ...
0
votes
0answers
10 views
Compiler error when browsing a deployed asp.net website
CS0016 compiler error when browsing a deployed asp.net website IIS 7.5 WIN7
I met this problem when trying to browse my website. I searched a lot on the Internet, but I could not make it even when I ...
0
votes
0answers
54 views
querySelectorAll issue
I logged into my system and opened visual studio then ran my Silverlight Application.
Suddenly It started throwing error says " Object doesn't support property or method 'querySelectorAll' " . It was ...
1
vote
2answers
439 views
IE10 on Windows 7 page redirect not behaving as expected
I am doing my testing on IE 10 standards mode. I have a Login.aspx page which is in Login directory (i.e Login/Login.aspx). I do response.redirect to a page Default.aspxwhich is a page in root ...
1
vote
1answer
134 views
publish asp.net application on windows 7
I have an asp.net project and I want to install it on iis in another computer
with windows 7(this computer doesn't contain VS)
what I need to install for upload this web site???
and how I upload ...
1
vote
1answer
269 views
Websocket issue with IIS 8 Express on Windows 7
I tried creating handler for web socket but context.IsWebSocketRequest is returning always false and failed to working with IIS 8 Express on windows 7.
How can I enable module for websocket or any ...
0
votes
0answers
47 views
Issue with configuring ASP.NET memebership in IIS
Hi I am trying to Configuring Membership in IIS. But its giving me this error :-
Failed to generate a user instance of SQL Server due to failure in retrieving
the user's local application data path.
...
0
votes
0answers
61 views
what's the difference of windows concurrent request limit and IIS thread pool
Recently I read a paper that say IIS has thread pool, the queue used to process incoming requests, and in IIS7 Win7, I found the default value is 1000. However, I check the limitation of concurrent ...
2
votes
2answers
981 views
Running jQuery crashing on IE10/Win7
I am for the moment just including jQuery (1.9.1, but old 1.8.3 behaved the same way) in my ASP.net webpage (Site.Master file actually). Everything worked fine running under IE9/Win7-64 but ever ...
0
votes
2answers
52 views
How to set up SVN for subversioning
I have a VPS server with Windows 7, on that server I have placed my Asp.net c# web application. Now how would I do the set up with SVN so that I can check in and check out code from my personal ...
1
vote
1answer
161 views
HTTP Error 403.14 - Forbidden on windows 7 using visual studio 12 for creating a web service
Hi i want to create a sample web service i am new to it but when i am running my web service program i am getting the below error..other details are as below --
my AssemblyInfo.cs
using System;
...
0
votes
1answer
160 views
error when using window.location.replace in IE9
I copied an asp.net application to my Windows 7 (Internet Explorer 9). It run ok, but get an error when trying to run this javascript command: window.location.replace
Code:
<!DOCTYPE HTML ...
0
votes
0answers
39 views
mod_mono with apache2.2 for windows 7
can anybody share configuration of mod_mono with apache2.2 for windows 7 ,i m stuck at mod_mono,
i have installed and running wamp+apache2.2+mysql+php5.3,but not able to run my aspx page in apache .i ...
1
vote
2answers
583 views
IIS 7.5 32-bit app pool starts as 64-bit
I have a curious problem.
A 64-bit Windows 7 Pro box has IIS 7.5/64 installed. An application pool has been configured to enable 32-bit applications, and a site has been created using this ...
0
votes
1answer
48 views
Get my documents path in asp.net
Don't considered this as exact duplicate of this
I am developing asp.net site in vs 2010. I need to get the MyDocuments Path for some storing purpose. So I used the following.
...
0
votes
5answers
271 views
How to publish my website on internet in windows iis server use my personal computer? [closed]
I coded a website with asp.net and I want to publish my web site on internet in my PC, I don't have a static ip adress.
Is it possible? If it is possible, how? I'm running Windows7, IIS7, and ...
1
vote
0answers
169 views
Delphi 2007 - ASP.net - Window already registered as a drop target / Failed to Find Event
I have a large ASP.net project that I need to maintain in Delphi 2007. When I open any ASP.net project, including a Hello World project, I immediately get an error message saying "This window has ...
0
votes
1answer
514 views
custom error pages in IIS for Windows 7
In windows 7 I'm trying to set up custom error pages. One for 404, one for 500, and one catch all for any other error (client side or server side) that a user may encounter when something times out, ...
0
votes
2answers
304 views
handler file(.ashx) file does not load in windows 7
I use iis 6.1 with windows7.If i create handler file(.ashx) in my asp.net website,It was not load when i Execute that in Browser.Did any System changes are need to load the Handler File in windows7 ...
0
votes
2answers
410 views
ASP.NET Application is displaying american date formats
One of my development applications has today started displaying American formatted short dates where I am expecting British formatting.
The dates are being rendered using date.ToShortDateString()
I ...
0
votes
1answer
105 views
C:\Intepub\wwwroot folder
I have created a sample web service in asp.net and I have published this to a folder.
Now, the actual problem is I could not found C:\Intepub\wwwroot where i have to copy that folder for consuming my ...
0
votes
1answer
311 views
How to change my computer's cultureInfo
I am running a site on IIS that reads the culture info from Thread.CurrentThread.CurrentCulture. This comes from the System culture info from what I understand. I need it set to a certain value and ...
-5
votes
1answer
68 views
Take a new Windows7 computer and turn it to an internet server [closed]
Please go easy on me.
I was just given the task to take a new Windows7 computer and turn it to an internet server for an ASP.Net SQL Server 2012 database system.
We will be using IIS7 as the ...
3
votes
1answer
1k views
Windows Authentication issue with Safari 5.x in Windows 7
We encounter an issue with Safari 5.x in Windows 7 as explained in this question, "Postback is not working in Safari in Windows 7" We thought it is a ViewState issue as many people encountered this ...
0
votes
0answers
187 views
How to configure .Net 1.1 code base on IIS 7.5 (Windows 7-64 bit)
I have an old .Net 1.1 application that used to run on Windows XP. I could configure my source code on IIS 5.1 and debug. After a recent move to windows 7 - 64 bit, i don't know how to configure the ...
0
votes
0answers
135 views
ASP.Net custom dll works on Win 7 but not on Win Server 2008
I am developing a new project at work which uses an old dll file from an old project to encrypt passwords. You pass a string to a function and it returns an encrypted string back.
Now when I test it ...
0
votes
1answer
131 views
Error in LocalHost, IE cant show the web page
I have one problem, when i go to my IE and i writte localhost the IE show this message "Internet Explorer cant show the web page". one week ago i request localhost and this message not appeared. only ...
3
votes
1answer
83 views
extended dll version number in windows 7
I am trying to verify my latest dll was deployed to test environment.
When I right click on the dll --> properties and then details tab, the product version looks like below.
However, from the ...
1
vote
1answer
993 views
Postback is not working in Safari in Windows 7
Our QA team reported that one of our applications is not working in Safari in Windows 7. After checking the problem we figured out that any postback event is not working. After some tries we found ...
0
votes
0answers
317 views
IIS 7.5 on Windows 7 - Write permission by default
When I deploy my application to IIS 7.5 on Windows Server 2008 R2, by default it does not have permission to modify an xml file in the root. To enable this access I add the app pool virtual account to ...
0
votes
1answer
166 views
setting up site in windows 7 for asp.net application
Bought a Win 7 64-bit machine and installed vs2010 and things are fine.
Now i want to create a site in IIS for one of my asp.net application, so that i can access and get the site served from IIS ...
0
votes
1answer
1k views
Deploy asp.net website in IIS 7.5 locally
I get this error when deploying website in 11s 7.5 :
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review ...
3
votes
1answer
2k views
How to install Memcached on windows 7 using 32Bit environment for Asp.net [closed]
How can i install Memcached on Windows 7 in 32 bit machine .
I am taking reference of the Article
http://geekswithblogs.net/shaunxu/archive/2010/04/07/first-round-playing-with-memcached.aspx
but ...
0
votes
0answers
139 views
WCF service needs to occasionally impersonate a specific user, how to manage in windows 7 w/o UAC issues
I have a WCF service that occasionally needs to perform functions that require more access than the defaultapppool has. I would like to avoid elevating the permissions of the entire service. I have ...
0
votes
0answers
70 views
Prevent resource file from getting corrupted asp.net
We use localization on our site. Languages are pulled from a set of Resource files to populate labels and tooltips based on the language that the user has selected.
Some of the data shows correctly ...
0
votes
1answer
335 views
Unable to access ssrs reports from ASP.NET
I have deployed ssrs report on a machine with Win 7 and SQL Server 2008 R2. And i am trying to access those reports from ASP.NET application deployed on the same machine. I am able to access the ...
0
votes
0answers
41 views
Firefox layout isues with 32 bit and 64 bit systems Version 12.0
we have a web application built on ASP.Net we usually test the system on all browsers but recently we found that the Firefox V 12.0 on 32 bit OS shows layout properly but on 64 bit OS on Windows 7 ...
0
votes
1answer
216 views
Schedule a URL request
I need to make a request to an URL of my app, every 15 minutes(not hosting scheduled tasks), and I don't want anything sophisticated, just something simple, so I end up with this 2 solutions:
...
2
votes
1answer
465 views
How to change Current theme to Window classic Theme in Window7 at runtime
I am working with ASP.net and C# . Now, I have developed a web application. I want to change the current theme to windows classic theme in Window7(IE8) because my design is disordered when other theme ...
2
votes
2answers
11k views
The module “.dll” was loaded but the entry-point was not found
I have a DLL which cause to an error when I run the application.
The error says that the service is not registered. So I run command regsvr32 with the name of the DLL.
But it gives me an error, now ...
3
votes
3answers
687 views
Internet Explorer doesn't encode url parameters
Currently developing a web app that sometimes need a specific URL parameter. For example, I am typing this parameter in the URL bar:
...Page.aspx?user=chantal.côté
Firefox and Chrome will ...
0
votes
3answers
154 views
ASP.NET session expires after 2:30
I have troubleshooted this for days now. The code is external. We are installing it on our system.
OS: Windows 7
Problem: when visiting the site for the first time, it takes about 2min30sec to ...
0
votes
2answers
3k views
IIS 7 Welcome Page not showing
O/S: Windows 7 ,Home Premium
I have just installed IIS manager Express from Web platform installer and Turned on the IIS7 feature from the Program Feature in control panel.
Q) I was playing with IIS ...
0
votes
1answer
907 views
Serving ASP.NET in Windows 7 IIS 7
I have worked with IIS 5.1 (XP) and 6 (Server 2003) but I am a little lost on IIS 7 (Windows 7).
I install IIS from windows component, created a new website testweb, added virtual directory, pointed ...
0
votes
1answer
249 views
Folder access issue in window7 with out administrator rights
I want to access folder where i can read write and delete files in C drive through my application and application is developed in asp.net using c# which is window service.
I found ...
0
votes
0answers
42 views
Disable using from registry
I want to disable usb auto run from registry in windows7.
I found many solution but they are not working like
Software\\Microsoft\\Windows\\CurrentVersion\\policies\\Explorer
put ff or 255 or 95 ...






