Questions tagged [framework]
16 questions
4
votes
4 answers
Is deploying .NET Framework 3.5 possible in WSUS?
I've searched Google and seen discussions on it, even on their own MS blogs but I'm at a loss.
I've gone into WSUS and chose all of the .NET Framework packages I can find (they were in the "Service Packs" area) and set them to "Install" for a test…

TheCleaner
- 32,627
- 26
- 132
- 191
2
votes
0 answers
AssertionError: The `request` argument must be an instance of `django.http.HttpRequest`, not `rest_framework.request.Request`
Traceback (most recent call last):
File "/home/lib/python3.6/site-packages/django/core/handlers/exception.py", line 34, in inner
response = get_response(request)
File "/home/lib/python3.6/site-packages/django/core/handlers/base.py", line 115,…

naveen chary
- 21
- 1
- 4
2
votes
2 answers
What would automatically change the .NET framework version of a site in IIS?
The subject says it all, can a reboot or a patch install cause the framework to change from 2.x to 1.x automatically? I have sites that break for no reason from time to time and when we look in IIS the framework version has changed without anyone…
Bill Braskey
2
votes
1 answer
Cloud Server Error - File Does Not Exist: /var/www/html/public
I recently moved a webapp, built using Laravel, to a rackspace cloud server.
The homepage resolves just fine as I have the root set in the apache config.
However, when a request is made to any of the routes, the server attempts to look for an actual…

spm
- 21
- 1
- 4
1
vote
1 answer
unable to load images (error 404) with domain/subdirectory for laravel on nginx 1.13
i am having trouble to load images that saved in default images directory laravel (laravelroot/public/images). i've set the laravel on http://domain/laravelroot. here is the configurations :
server {
listen 80;
server_name localhost;
…

NeverStopLearning
- 78
- 8
1
vote
0 answers
Windows Management Framework 4.0 via GPO
I'm planning to set up a PowerShell-Masterserver. In order to do that I want to make sure that every Computer and Server running Windows 7 or Windows Server 2008 R2 has PowerShell 4.0 installed. To achieve that I have to install Windows Management…

SimonS
- 785
- 4
- 14
- 29
1
vote
2 answers
Versions of .net framework in Windows
I am performing a small feasibly test before building my app. Currently I have several options. The first includes building an application that combines silverlight and activex. Now activex can work with only .net framework 1.1 installed on the…
vondip
1
vote
1 answer
Multisite on AWS EC2
I'm working on a multi-site app targeted to run fully Amazon Web Services. Due to its nature, it will have significant traffic spikes, followed by long periods of low traffic, so the ability to scale EC2 instances is a must have.
So far the…

jpschroeder
- 143
- 5
1
vote
1 answer
Multiple versions of asp.net framework
I have a new installed w2kr2 with asp.net4 - some users need asp.net 3.5 - can I install that without problems and have both versions running?

muscator
- 11
- 1
1
vote
1 answer
How do you know if a framework in Mac OS X is a default?
How do you tell if all users will have the same frameworks you have installed on your system? For example, I have python 2.6 installed on Mac OS X 10.6. Are all frameworks the same for the same OS level?

Juan
- 245
- 3
- 8
1
vote
3 answers
Open source report framework
I'm looking for a open source report framework for statistics.
A more detailed explanation is: We have a number of tests running on different servers collecting data (for example, login time) every 5min. What we need is a framework that collects…

Tiax
- 11
- 1
1
vote
1 answer
Asp.net hashing (using codesmith) when upgrading from .net 2.0 to 3.5
I'm administrating servers running IIS 6, hosting a website on ASP.NET 2.0.
Yesterday I installed .Net framework 3.5, and all my user authentication system was lost.
Users can't log in, because their password arn't getting authenticated, maybe…
user34505
0
votes
1 answer
Why web frameworks should be hosted on web servers?
I just started in the hosting world, and something that I haven't been able to fully understand is why web frameworks need to be hosted in web servers?
Recently I had a website runing over django, and thanks to some python scripts like dj-static and…
user236479
0
votes
1 answer
Unable to install .net 3.5 sp1 on server 2003
Unable to install .net 3.5 sp1 on server 2003.
Installation is aborting in the middle by displaying "sent error report to Microsoft" dialouge box
Visual Studio 2008 is installed on the system.
None
0
votes
2 answers
NGINX config for the subdirectory app using Slim Framework
Need help editing the config below.
I have main site in / and another app (api) in the folder /api.
I'm using Slim Framework, so it has accesible index.php file in /api/public.
Now, I'm trying to be able to access that api using uri like…

tonyAndr
- 1