My Windows Server 2008 server hosts an ASP.net application that uses impersonation. The application works as long as the user being impersonated remains logged on to the server. However, when the user logs off, clients can no longer view the web pages. They get a cryptic error instead.
How can I configure the server to work without the…
I'm currently trying to query a remote Active Directory on a Windows Server 2008 R2. However, I'm not able to query the directory if I enter the following string in the cmd line:
dsquery user -name m* -s ip:389 -u -p
Furthermore, I tried to access the directory with:
ldap://: but it didn't work either.
I received the following…
I have Windows Server 2008 r2 with static ip address on WAN interface.
I connecting to the server from home from my laptop. Laptop at home is behind nat box.
When i connecting to the server from home in Remote Desktop Session Manager i see in client status dialog a local ip address of client behind the nat box not WAN ip address of…
I need a little advise, I need to sync a DB that is currently on a Server 2008(SQL Server 2005) machine and I use Studio Express to connect to it. I need a way of syncing this DB to mysql that lives on a NAS on the same network:
Local: DB Engine on server, named, server\sqlexpress and IP = 10.0.0.201
Target: DB on NAS, named,…
If we increase the virtual memory of windows server 2008 will it improve the performance on the application. upto what size can we increase the virtual memory in 32bit server. What are disadvantages and advantages of it? we are running bulk jobs(all imports and exports) everyday at 3pm.. because of that we are getting some…
I create a WordTemplate with some placeholders for field,in code I insert value in this placeholders and show it to user.
protected void Button1_Click(object sender, EventArgs e)
{
string DocFilePath = "";
//string FilePath = System.Windows.Forms.Application.StartupPath;
object fileName =…
When I open a document in Word 2007, everything works fine, I can edit, highlight text, etc. However, the instant Word loses focus, when I focus back the document doesn't recognize anything the mouse does.
The tabbed menu at the top seems to recognize the mouse but the document itself does not. I can scroll…
I have a string of text that I display in a textarea (right-to-left orientation). The user can resize the textarea dynamically (I use jquery for this) and the text will wrap as necessary.
When the user hits submit, I will take that text and create an image using PHP, BUT before submitting I would like to know…
I am trying to programmaticly fill in a microsoft word form.
I am successfully able to do so if the string is under 255 chars with the following code below, however it says the string is too long if i try and use a string over 255 chars... How do I get past this limitation? If I open the word doc in word I…
Fonts can help your documents stand out and be easier to read, and Office 2010 helps you take your fonts even further with support for OpenType ligatures, stylistic sets, and more. Here’s a quick look at these new font features in Office 2010.
Introduction
Starting with Windows 7, Microsoft has made…
I've read through the discussion here...
http://stackoverflow.com/questions/273516/how-do-you-implement-a-good-profanity-filter
I've decided to implement a bad word filter using the badlist referenced in that thread.
However I'm thinking about the scunthorpe problem. (see wikipedia I can't post the…
Hi,
I have a template document with a simple macro to insert a file into a document. When i try to load this template file using Application.Addins.Add i am getting an error saying 'Word cannot open this document template'.
wordApplication.AddIns.Add( %template file path%, ref trueObj );
This…
I can read from a file 1 character at a time, but how do i make it go just one word at a time? So, read until there is a space and take that as a string.
This gets me the characters:
while (!fin.eof()){
while (fin f ){
F.push_back ( f );
}
I am writing a program for a spelling test in vb 2010. I have 20 input textboxes for the user to spell the words as sapi says them. My question is ! How do I get sapi to say a word from a multiline textbox then pause and give the focus to the 1st textbox so the user can type it and give them 30…
Okay so I've tried stopping/registering the win32tm service on this Windows Server 2008 Enterprise Computer.
C:\Users\Administrator>net stop w32time
The Windows Time service is stopping.
The Windows Time service was stopped successfully.
C:\Users\Administrator>w32tm /unregister
The…
(Flat File Location)
Samba Share | Windows Share
(SSIS) _______________________________
| |
XP 32bit | Works | Works
| |
2003 Serv 32bit | Works | Works
| …
I am using SQL Server 2008 express and i want to import .mdf and i get this error:
.mdf version is 661, your db supports the version 655
Which version is 661 and how to import it in sql Server 2008.
I'm getting a SQL Server error:
A transport-level error has occurred
when receiving results from the
server. (provider: Shared Memory
Provider, error: 0 - The handle is
invalid.)
I'm running Sql Server 2008 SP1, Windows 2008 Standard 64 bit.
It's a .net 4.0 web application.…
Hi all
OUR SQL Server 2008 got freeze.and not able to connect the databse and we restrted the server(windows 2008). Even we were not able to login windows(Restrted via HP ILO).
ANybody face this issue?and have a resolution.
[165] ODBC Error: 0, Login timeout expired [SQLSTATE HYT00]…
Microsoft word has a ton of proprietary formatting and styles that do not translate well to html WYSIWYG editors. When you paste them over to the html editor and try to edit the pasted info it causes all kinds of clashing styles. I want to be able to keep the general structure…
Hi
I have a situation where my regular expressions compile extremely slowly on Windows Server 2008. I wrote a small console application to highlight this issue. The app generates its own input and builds up a Regex from words in an XML file. I built a release version of this…
Dear Gurus
I would like to know that
If my console Application is
running in debug mode attached in
Visual Studio 2008 of 32bit
while my machine is 64bit with Win Srv 2008 64bit
and .Net framework 64 is installed as well
Is my application is working in 64bit or not if not…